Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PrintManager Class / savePageInfosToPDF Method / savePageInfosToPDF(String,List<PageInfo>,PdfSaveOptions) Method
The specified pdf file.
The page information collection.
Options for saving pdf file.
In This Topic
    savePageInfosToPDF(String,List<PageInfo>,PdfSaveOptions) Method
    In This Topic
    Saves the page datas to the specified pdf file.
    Syntax
    public void savePageInfosToPDF( 
       java.lang.String fileName,
       java.util.List<PageInfo> pages,
       PdfSaveOptions options
    )

    Parameters

    fileName
    The specified pdf file.
    pages
    The page information collection.
    options
    Options for saving pdf file.
    See Also